home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / 172btxt.zip / RBBSZIP.ZIP / ZIPTV.DOC < prev    next >
Text File  |  1989-04-07  |  5KB  |  172 lines

  1.   
  2.   
  3.                                 Z i p   T V
  4.   
  5.                            Version 1.5, 04-08-89
  6.   
  7.                   Online Zipfile Directory/Text View Module
  8.   
  9.                                  ZIPTV15.ZIP
  10.   
  11.           Copyright (C) 1989 Samuel H. Smith;  ALL RIGHTS RESERVED
  12.   
  13.   
  14.                         This program is supported by:
  15.   
  16.                               The Tool Shop BBS
  17.                                  Phoenix, AZ
  18.                              (602) 264-3969 (HST)
  19.                           (602) 279-2673 (HAYES 9600)
  20.   
  21.   
  22. 'ZIPTV' is a small zipfile text-view utility.   It allows you to
  23. directly list out text files in a zipfile without first extracting them.
  24. This version is compatible with network filesharing.  It is based on the
  25. zipfile text-view function in ProDOOR.   Run ZIPTV without parameters
  26. for a summary of command syntax.
  27.  
  28. This utility can be used as a simple DOOR in systems that can provide
  29. one or more filespecs for zipfile viewing.
  30.  
  31. This utility is compatible only with PKware PKZ090.EXE and later file
  32. formats.
  33.  
  34.  
  35. Usage
  36. -----
  37.    ziptv [-Pport] [-Tminutes] FILE[.zip] ... FILE  [<IN] [>OUT]
  38.  
  39.    -Pn   Enables com port COMn and monitors carrier.
  40.          Local operation allowed with -P0.
  41.  
  42.    -Tn   Allows user to stay in program for n minutes.
  43.  
  44.  
  45. Example PCBVIEW.BAT for PCBoard 14.0  (dos 3.3 and later)
  46. ------------------------------------
  47.    @ziptv -p1 %1 >pcbview.txt
  48.  
  49.  
  50. Example PCBVIEW.BAT for PCBoard 14.0  (dos 3.2 and earlier)
  51. ------------------------------------
  52.    echo off
  53.    ziptv -p1 %1 >pcbview.txt
  54.  
  55.  
  56. Example PROD.CNF for ProDoor 2.9  (2-18-89 and later)
  57. --------------------------------
  58.    ;
  59.    ; Archive manipulation commands
  60.    ;  list members, text to stdout, xtract file to file, test, rearc
  61.    ZIPtv -p$N$ -t$TIME$
  62.    pkunZIP -c >$R$
  63.    proxZIP >$R$
  64.    pkunZIP -t >$R$
  65.    prorarc $R$
  66.    .ZIP has errors!
  67.    ;
  68.  
  69.  
  70. Revision history
  71. ----------------
  72.  
  73. 2-16-89
  74.    Initial alpha test release.  Not all compression methods are implemented.
  75.  
  76. 2-18-89
  77.    The 'unshrink' procedure is now working partially.  It stops when the
  78.    'partial clear' code is received (this happens after about 30k of
  79.    text has already been seen).  This version of ziptv is probably good
  80.    enough for general use.  Look for a fix to this last unshrink bug in
  81.    the next week.
  82.  
  83. 3-5-89
  84.    First fully operational release; should correctly unzip all
  85.    compression methods.  First public release of source code.
  86.  
  87. 3-10-89
  88.    Cleaned up error messages during carrier loss and timeout.
  89.    Reduced memory needs by about 12k during unshrinking.
  90.  
  91. 3-14-89
  92.    Fixed a new bug in 3-10 version that caused endless message scrolling
  93.    when carrier was lost.   Added code to detect local operation.  If
  94.    A -p1 or -p2 parameter is provided, but carrier is not present when
  95.    the door initializes, it will assume "local mode via PCBoard" and will
  96.    disable the carrier check.  This should allow sysop access to ZIPTV via
  97.    pcboard's F V function.  If a caller is online and drops carrier just
  98.    as ZIPTV loses carrier, the program will time out and recycle the
  99.    board after the time specified in the -T parameter.
  100.  
  101. 4-7-89
  102.    Corrected time-left calculation when crossing over midnight.
  103.  
  104. LICENSE
  105. =======
  106.  
  107.    SourceWare: What is it?
  108.    -----------------------
  109.  
  110.    SourceWare is my name for a unique concept in user supported 
  111.    software. 
  112.    
  113.    Programs distributed under the SourceWare concept always offer
  114.    complete source code. 
  115.  
  116.    This package can be freely distributed so long as it is not 
  117.    modified or sold for profit.  If you find that this program is 
  118.    valuable,  you can send me a donation for what you think it is 
  119.    worth.  I suggest about $10.
  120.  
  121.    Send your contributions to:
  122.       Samuel. H. Smith
  123.       5119 N. 11 ave 332
  124.       Phoenix, Az 85013
  125.  
  126.  
  127.    Why SourceWare?
  128.    ---------------
  129.  
  130.    Why do I include source code?  Why isn't the donation 
  131.    manditory?  The value of good software should be self-evident.  
  132.    The source code is the key to complete understanding of a 
  133.    program.  You can read it to find out how things are done.  You 
  134.    can also change it to suit your needs, so long as you do not 
  135.    distribute the modified version without my consent. 
  136.  
  137.  
  138.    Copyright
  139.    ---------
  140.  
  141.    If you modify this program, I would appreciate a copy of the 
  142.    new source code.   I am holding the copyright on the source 
  143.    code, so please don't delete my name from the program files or 
  144.    from the documentation. 
  145.  
  146.  
  147.  
  148.  
  149. SUPPORT
  150. =======
  151.  
  152.    I work very hard to produce a software package of the highest 
  153.    quality and functionality.  I try to look into all reported 
  154.    bugs, and will generally fix reported problems within a few 
  155.    days.  
  156.  
  157.    Since this is user supported software under the SourceWare 
  158.    concept,  I don't expect you to contribute if you don't like it 
  159.    or if it doesn't meet your needs. 
  160.  
  161.    If you have any questions, bugs, or suggestions, please contact 
  162.    me at: 
  163.        The Tool Shop BBS
  164.       (602) 264-3969 (HST 9600)
  165.       (602) 279-2673 (HAYES 9600)
  166.  
  167.    The latest version is always available for downloading. 
  168.  
  169.    Enjoy!     Samuel H. Smith
  170.               Author and Sysop of The Tool Shop.
  171.    
  172.